diff options
| author | Factiven <[email protected]> | 2023-04-17 20:40:08 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 20:40:08 +0700 |
| commit | 8b5272c1495bc4923c89013fe386a68e9297ae6b (patch) | |
| tree | 4baa6544b0538fb54fbe50228e07c5c9c261ac8d /pages/anime/[...id].js | |
| parent | Update [...id].js (diff) | |
| download | moopa-8b5272c1495bc4923c89013fe386a68e9297ae6b.tar.xz moopa-8b5272c1495bc4923c89013fe386a68e9297ae6b.zip | |
update 1.0
Diffstat (limited to 'pages/anime/[...id].js')
| -rw-r--r-- | pages/anime/[...id].js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/anime/[...id].js b/pages/anime/[...id].js index 71dd893..b7e222d 100644 --- a/pages/anime/[...id].js +++ b/pages/anime/[...id].js @@ -288,7 +288,7 @@ export default function Himitsu({ info.title.native )}` } - className={`hover:scale-[1.02] hover:shadow-lg px-4 scale-100 transition-transform duration-200 ease-out w-full ${ + className={`hover:scale-[1.02] hover:shadow-lg md:px-0 px-4 scale-100 transition-transform duration-200 ease-out w-full ${ relation.type === "MUSIC" ? "pointer-events-none" : "" |